Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Slang Version #1137

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Bump Slang Version #1137

wants to merge 1 commit into from

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Oct 30, 2024

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@nomicfoundation/[email protected]

Minor Changes

  • #1156 3a82f06 Thanks @OmarTawfik! - add node.descendants() and cursor.descendants() APIs to allow iterating over all descendants of the current node in pre-order traversal.

  • #1156 3a82f06 Thanks @OmarTawfik! - fix node.children() and parseOutput.errors() return types

  • #1156 3a82f06 Thanks @OmarTawfik! - add cursor.ancestors() API to allow iterating over all ancestors of the current node, starting with the immediate parent, and moving upwards, ending with the root node.

  • #1156 3a82f06 Thanks @OmarTawfik! - add cursor.remainingNodes() API to allow iterating over all the remaining nodes in the current tree, moving in pre-order traversal, until the tree is completed.

Patch Changes

@github-actions github-actions bot requested a review from a team as a code owner October 30, 2024 19:14
@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from 9d3edf3 to ab66947 Compare November 5, 2024 17:41
@github-actions github-actions bot requested a review from a team as a code owner November 5, 2024 17:41
@github-actions github-actions bot force-pushed the changeset-release/main branch 7 times, most recently from 74abf9f to bcc0ce5 Compare November 8, 2024 04:06
@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from 22029ab to cb50cc4 Compare November 19, 2024 08:02
Copy link
Collaborator

@OmarTawfik OmarTawfik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: finish any remaining grammar fixes first.

@github-actions github-actions bot force-pushed the changeset-release/main branch 7 times, most recently from cf3e919 to 1716c03 Compare November 28, 2024 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant